func net/http.exactMatch

3 uses

	net/http (current package)
		server.go#L2731: 	if !exactMatch(n, path) && u != nil && !strings.HasSuffix(path, "/") && path != "" {
		server.go#L2735: 		if exactMatch(n2, path) {
		server.go#L2772: func exactMatch(n *routingNode, path string) bool {